home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Classic Collection
/
The Amiga Classic Collection - Disc 2.iso
/
Misc
/
M99-PScalc.DMS
/
M99-PScalc.adf
/
PSCalc
/
PSCalc.cd
< prev
next >
Wrap
Text File
|
1997-07-01
|
10KB
|
853 lines
;
; English catalog for PSCalc
; ==========================
;
; ## version $VER: PSCalc.catalog 1.45 (30.06.1997)
; ## codeset 0
; ## language english
;
; Errors messages
; ---------------
;
MSG_BIG_ERROR (//)
Sorry, a big error has occured!
;
MSG_WORKBENCH (//)
Please run PSCalc from the Workbench
;
MSG_LOW_MEM (//)
Not enough memory
;
MSG_OPEN_LIBRARY (//)
Couldn't open \'%s\'
;
MSG_KICK_VER (//)
This program needs Kickstart V%2d or more
;
MSG_CREAT_CMDTY (//)
Couldn't create PSCalc commodity
;
MSG_OPEN_TDEVICE (//)
Couldn't open 'timer.device'
;
MSG_APPICON (//)
Couldn't setup AppIcon
;
MSG_TOOLTYPES (//)
Couldn't load tooltypes
;
MSG_CIAO (//)
Thank you for using PSCalc\nSee you soon
;
MSG_CREAT_DIR (//)
Couldn't create \'%s\' directory
;
MSG_CMDTY_RUNNING (//)
PSCalc is already running
;
MSG_SYNTAX_ERROR (//)
Syntax error
;
MSG_ALREADY_DEFINED (//)
Function already defined
;
MSG_DEFINED (//)
Function defined
;
MSG_CONST (//)
Couldn't modify a constant
;
MSG_UNDEF (//)
Undefined symbol
;
MSG_NBARGS (//)
Wrong number of arguments
;
MSG_INIT_SCREEN (//)
Couldn't init screen
;
MSG_OPEN_WIN (//)
Couldn't open \'%s\' window
;
MSG_INIT_IDCMP (//)
Couldn't init IDCMP messages in \'%s\' window
;
MSG_OVERFLOW (//)
Overflow error
;
MSG_UNDERFLOW (//)
Underflow error
;
MSG_DIVBY0 (//)
Division by 0 error
;
MSG_DERIVE_IPREC (//)
Precision must be between 1.0 and 10000.0
;
MSG_DERIVE_IORDRE (//)
Order must be between 1 and 20
;
MSG_SCALE_STEP (//)
Step must be between 0.00001 and 10000.0
;
MSG_SOLVE_DIFF (//)
XMin and XMax must be different
;
MSG_SOLVE_NORANGE (//)
The function must have a solution between XMin and XMax
;
MSG_SOLVE_IPREC (//)
Precision must be < 1.0
;
MSG_INTEGR_ERR (//)
The intervall number must be between 1 and 1000
;
MSG_FNOTFOUND (//)
Function not found
;
MSG_FUNCNOTCONT (//)
Error: function must be continue\non the specified interval.
;
MSG_SOLVE_A (//)
Error: invalid xmin value.
;
MSG_SOLVE_B (//)
Error: invalid xmax value.
;
MSG_VALUE_NOFILE (//)
You must enter a file name.
;
; Miscellaneous strings
; ---------------------
;
MSG_SERIALNR (//)
Serial number:
;
MSG_REGUSER (//)
Version registered to %s
;
MSG_COMP_DATE (//)
Compiled on
;
MSG_COMP_TIME (//)
at
;
MSG_DEMO_VERSION (//)
Demo version
;
MSG_CALC_DESC (//)
Scientific calculator
;
MSG_ICON_NAME (//)
Calculator
;
MSG_GUIDE_FILE (//)
HELP:english/PSCalc.guide
;
MSG_TRACING (//)
Please wait, tracing in progress...
;
; Screens and windows titles
; --------------------------
;
MSG_FILESAVE_TITLE (//)
Please choose a file to save
;
MSG_FILELOAD_TITLE (//)
Please choose a file to load
;
MSG_ICONCHOOSE_TITLE (//)
Please choose an icon
;
MSG_CALC_TITLE (//)
%s - HotKey = <%s>
;
MSG_PSCALC_CMDTY (//)
PSCalc commodity
;
MSG_ABOUT_TITLE (//)
About
;
MSG_PREFS_TITLE (//)
Prefs
;
MSG_SCREENS_TITLE (//)
Choose PSCalc's Screen
;
MSG_GET_TITLE (//)
Enter a 2D reduced function : y=f(x)
;
MSG_ZOOM_TITLE (//)
Zoom
;
MSG_PLOTTER_TITLE (//)
Viewer
;
MSG_SCALE_TITLE (//)
Scale
;
MSG_DERIVE_TITLE (//)
Derivate
;
MSG_PRIM_TITLE (//)
Integrate
;
MSG_SOLVE_TITLE (//)
Solve
;
MSG_VAR_TITLE (//)
Variables
;
MSG_CONST_TITLE (//)
Constants
;
MSG_SFUNCT_TITLE (//)
Scientifics functions
;
MSG_PFUNCT_TITLE (//)
Programmers functions
;
MSG_UFUNCT_TITLE (//)
Users functions
;
MSG_VALUES_TITLE (//)
Value table
;
; Main menu strings
; -----------------
;
MSG_MMNU_PROJECT (//)
\0Project
;
MSG_MMNU_ABOUT (//)
A\0About...
;
MSG_MMNU_SCREEN (//)
S\0Screen...
;
MSG_MMNU_ICONIFY (//)
I\0Iconify
;
MSG_MMNU_PREFS (//)
P\0Prefs...
;
MSG_MMNU_QUIT (//)
Q\0Quit
;
MSG_MMNU_HISTORY (//)
\0History
;
MSG_MMNU_HISLOAD (//)
L\0Load
;
MSG_MMNU_HISSAVE (//)
W\0Save
;
MSG_MMNU_EXPR (//)
E\0Expression
;
MSG_MMNU_VAL (//)
V\0Value
;
MSG_MMNU_CLEAR (//)
C\0Clear history
;
MSG_MMNU_ANGLE (//)
\0Angle
;
MSG_MMNU_RAD (//)
R\0Radians
;
MSG_MMNU_DEG (//)
G\0Degrees
;
MSG_MMNU_BASE (//)
\0Calcbase
;
MSG_MMNU_BIN (//)
B\0Binary
;
MSG_MMNU_OCT (//)
O\0Octal
;
MSG_MMNU_DEC (//)
D\0Decimal
;
MSG_MMNU_HEX (//)
H\0Hexadecimal
;
MSG_MMNU_PRECISION (//)
\0Precision
;
MSG_MMNU_8 (//)
8\000 8 Bits
;
MSG_MMNU_16 (//)
1\00016 Bits
;
MSG_MMNU_32 (//)
3\00032 Bits
;
MSG_MMNU_WINDOWS (//)
\0Windows
;
MSG_MMNU_PLOTTER (//)
T\0Plotter...
;
MSG_MMNU_VAR (//)
\0Variables...
;
MSG_MMNU_CONST (//)
\0Constants...
;
MSG_MMNU_SFUNCT (//)
\0Scientifics functions...
;
MSG_MMNU_PFUNCT (//)
\0Programmers functions...
;
MSG_MMNU_UFUNCT (//)
U\0Users functions...
;
MSG_MMNU_HELP (//)
\0Help
;
MSG_MMNU_USER (//)
\0User...
MSG_MMNU_DOC (//)
\0Doc...
;
; Viewer menu strings
; -------------------
;
MSG_VMNU_PROJECT (//)
\0Project
;
MSG_VMNU_GET (//)
E\0Enter...
;
MSG_VMNU_TRACE (//)
T\0(Re)Trace
;
MSG_VMNU_CLOSE (//)
C\0Close
;
MSG_VMNU_PARAMS (//)
\0Parameters
;
MSG_VMNU_SCALE (//)
S\0Scale...
;
MSG_VMNU_SCALE_M (//)
+\0Scale x 2
;
MSG_VMNU_SCALE_D (//)
-\0Scale / 2
;
MSG_VMNU_LEGEND (//)
L\0Legend
;
MSG_VMNU_GRID (//)
G\0Grid
;
MSG_VMNU_CALCS (//)
\0Compute
;
MSG_VMNU_SOLVE (//)
O\0Solve...
;
MSG_VMNU_DERIVE (//)
D\0Derivate...
;
MSG_VMNU_PRIM (//)
I\0Integrate...
;
MSG_VMNU_VALUES (//)
V\0Value table...
;
; Gadgets strings
; ---------------
;
; General gadgets
; ---------------
;
MSG_OK (//)
_OK
;
MSG_QUIT (//)
Quit
;
MSG_UCANCEL (//)
C_ancel
;
MSG_CANCEL (//)
Cancel
;
; About Window
; ------------
;
MSG_ABOUT_WRITTEN (//)
Written by %s
;
MSG_ABOUT_DISTRIB (//)
Programm distributed by %s
;
MSG_ABOUT_CONTACT (//)
To contact me, please write to
;
; Calc Window
; -----------
;
MSG_CALC_SFUNCT (//)
Scientifics functions
;
MSG_CALC_PFUNCT (//)
Programmers functions
;
MSG_CALC_A (//)
A
;
MSG_CALC_B (//)
B
;
MSG_CALC_C (//)
C
;
MSG_CALC_D (//)
D
;
MSG_CALC_E (//)
E
;
MSG_CALC_F (//)
F
;
MSG_CALC_0B (//)
0b
;
MSG_CALC_0O (//)
0o
;
MSG_CALC_0D (//)
0d
;
MSG_CALC_0H (//)
0x
;
MSG_CALC_OR (//)
Or
;
MSG_CALC_XOR (//)
XOr
;
MSG_CALC_AND (//)
And
;
MSG_CALC_NOT (//)
Not
;
MSG_CALC_INF (//)
<
;
MSG_CALC_IINF (//)
<<
;
MSG_CALC_SUP (//)
>
;
MSG_CALC_SSUP (//)
>>
;
; Prefs Window
; ------------
;
MSG_PREFS_NL (//)
_Line number
;
MSG_PREFS_ANGLE (//)
An_gle
;
MSG_PREFS_PREC (//)
_Precision
;
MSG_PREFS_SAVE (//)
_Save
;
MSG_PREFS_NAME (//)
_Name
;
MSG_PREFS_FILE (//)
_File
;
MSG_PREFS_USE (//)
_Use
;
MSG_PREFS_XPOS (//)
_X Pos
;
MSG_PREFS_YPOS (//)
_Y Pos
;
MSG_PREFS_BASE (//)
_Base
;
MSG_PREFS_ICON (//)
_Icon
;
MSG_PREFS_MODE (//)
Default _Mode
;
MSG_PREFS_RAD (//)
Radians
;
MSG_PREFS_DEG (//)
Degrees
;
MSG_PREFS_8B (//)
8 Bits
;
MSG_PREFS_16B (//)
16 Bits
;
MSG_PREFS_32B (//)
32 Bits
;
MSG_PREFS_BIN (//)
Binary
;
MSG_PREFS_OCT (//)
Octal
;
MSG_PREFS_DEC (//)
Decimal
;
MSG_PREFS_HEX (//)
Hexadecimal
;
MSG_PREFS_VAL (//)
Value
;
MSG_PREFS_EXPR (//)
Expression
;
MSG_PREFS_HIST (//)
History
;
MSG_PREFS_FORMAT (//)
Output format
;
MSG_PREFS_APPICON (//)
Application's icon
;
; Enter Window
; ------------
;
MSG_GET_NAME (//)
_Name
;
MSG_GET_VAR (//)
_Variable(s)
;
MSG_GET_FUNCT (//)
_Function
;
MSG_GET_FUNCTT (//)
Reduced 2D function
;
MSG_GET_PRECISION (//)
_Precision
;
; Zoom Window
; -----------
;
MSG_ZOOM_ZOOM (//)
Area to zoom
;
MSG_ZOOM_XMIN (//)
_X Min
;
MSG_ZOOM_XMAX (//)
X Max
;
MSG_ZOOM_YMIN (//)
_Y Min
;
MSG_ZOOM_YMAX (//)
Y Max
;
; Scale Window
; ------------
;
MSG_SCALE_ABS (//)
Absciss x
;
MSG_SCALE_ORD (//)
Ordinate y
;
MSG_SCALE_XMIN (//)
_X Min
;
MSG_SCALE_XMAX (//)
X Max
;
MSG_SCALE_YMIN (//)
_Y Min
;
MSG_SCALE_YMAX (//)
Y Max
;
MSG_SCALE_STEPX (//)
Step X
;
MSG_SCALE_STEPY (//)
Step Y
;
; Integrate Window
; ----------------
;
MSG_INTEGR_XMIN (//)
_X Min
;
MSG_INTEGR_XMAX (//)
X _Max
;
MSG_INTEGR_NBI (//)
Number of _intervals
;
MSG_INTEGR_RESULT (//)
Results
;
MSG_INTEGR_TRAP (//)
Rectangle's method
;
MSG_INTEGR_MP (//)
Midle point's method
;
MSG_INTEGR_SIMPSON (//)
Simpson's method
;
; Derivate Window
; ---------------
;
MSG_DERIV_PARAMS (//)
Parameters
;
MSG_DERIV_ORDRE (//)
_Derivative step
;
MSG_DERIV_PREC (//)
_Precision
;
; Solve Window
; ------------
;
MSG_SOLVE_XMIN (//)
_X Min
;
MSG_SOLVE_XMAX (//)
X _Max
;
MSG_SOLVE_PREC (//)
_Precision
;
MSG_SOLVE_DICHO (//)
Dichotomy
;
MSG_SOLVE_INTER (//)
Interval
;
MSG_SOLVE_RESULT (//)
Result
;
; Value table window
; ------------------
;
MSG_VALUES_XMIN (//)
_X Min
;
MSG_VALUES_XMAX (//)
X _Max
;
MSG_VALUES_STEP (//)
_Step
;
MSG_VALUES_FILE (//)
_File
;
MSG_VALUES_INTER (//)
Interval
;
MSG_VALUE_ISTEP (//)
Step must be greater than 0.
;
; Symbols descriptions
; --------------------
;
MSG_ADD_FUNC (//)
Addition
;
MSG_SUB_FUNC (//)
Subtraction
;
MSG_MUL_FUNC (//)
Multiplication
;
MSG_DIV_FUNC (//)
Division
;
MSG_POW_FUNC (//)
Power
;
MSG_MOD_FUNC (//)
Modulo
;
MSG_ROOT_FUNC (//)
Root
;
MSG_FACT_FUNC (//)
Factorial
;
MSG_ABS_FUNC (//)
Absolute value
;
MSG_SIN_FUNC (//)
Sine
;
MSG_COS_FUNC (//)
Cosine
;
MSG_TAN_FUNC (//)
Tangent
;
MSG_ASIN_FUNC (//)
Arc-sine
;
MSG_ACOS_FUNC (//)
Arc-cosine
;
MSG_ATAN_FUNC (//)
Arc-tangent
;
MSG_SINH_FUNC (//)
Hyperbolic sine
;
MSG_COSH_FUNC (//)
Hyperbolic cosine
;
MSG_TANH_FUNC (//)
Hyperbolic tangent
;
MSG_ASINH_FUNC (//)
Hyperbolic arc-sine
;
MSG_ACOSH_FUNC (//)
Hyperbolic arc-cosine
;
MSG_ATANH_FUNC (//)
Hyperbolic arc-tangent
;
MSG_LN_FUNC (//)
Neperian logarithm
;
MSG_LOG_FUNC (//)
Decimal logarithm
;
MSG_EXP_FUNC (//)
Exponential
;
MSG_COT_FUNC (//)
Cotangent
;
MSG_INT_FUNC (//)
Integer part
;
MSG_FRAC_FUNC (//)
Decimal part
;
MSG_SIGN_FUNC (//)
Sign
;
MSG_FLOOR_FUNC (//)
Ceiling
;
MSG_CEIL_FUNC (//)
Ceiling
;
MSG_ROUND_FUNC (//)
Integer part
;
MSG_RE_FUNC (//)
Real part
;
MSG_IM_FUNC (//)
Imaginary part
;
MSG_ARG_FUNC (//)
Argument
;
MSG_NORM_FUNC (//)
Norm
;
MSG_NEG_FUNC (//)
Negation (opposite)
;
MSG_CONJ_FUNC (//)
Conjugate
;
MSG_NOT_FUNC (//)
Logical not
;
MSG_AND_FUNC (//)
Logical multiplication
;
MSG_OR_FUNC (//)
Logical addition
;
MSG_XOR_FUNC (//)
Exclusive or
;
MSG_LS_FUNC (//)
Left shift
;
MSG_RS_FUNC (//)
Right shift
;
MSG_RR_FUNC (//)
Right rotation
;
MSG_LR_FUNC (//)
Left rotation
;
MSG_VAL_CONST (//)
Last computed value
;
MSG_PI_CONST (//)
Pi
;
MSG_E_CONST (//)
Exponential of 1
;
MSG_GAMMA_CONST (//)
Gamma
;
MSG_DEG_CONST (//)
Deg
;
MSG_PHI_CONST (//)
Phi
;
MSG_LOG10_CONST (//)
Neperian logarithm of 10
;
MSG_LOG2_CONST (//)
Neperian logarithm of 2
;
MSG_I_CONST (//)
i
;
MSG_UNARY_OP (//)
*** Unary ***
;
MSG_BINARY_OP (//)
*** Binary ***
;